Construct Date - Create a date from its components (year, month, day)
This action gets a year, a month and a day in the month, and construct from them a date.
It is the opposite action to Split Date.
Triggers [all required]
<Year> (non-repetitive numeric trigger [required]):
A year (e.g. 2005).
<Month> (non-repetitive numeric trigger [required]):
A month (1 through 12).
<Day> (non-repetitive numeric trigger [required]):
A day in the month (1 through 31).
Exit [required]
<Date> (non-repetitive date exit [required]):
The date <Day>/<Month>/<Year>.
Usage Examples
Test1 (need to complete)